home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Systemmonitors / MemSnapII / MemSnap.doc < prev    next >
Text File  |  1996-09-26  |  3KB  |  92 lines

  1.     MemSnapII
  2.     ---------
  3.     Public Domain by Martin W. Scott
  4.     No warranties attached - use at your own risk...
  5.  
  6.     Updates to MemSnap 1.1:
  7.  
  8.     Now uses small window, where dragbar is whole window except snap gadget;
  9.     Has two states, small and large; menu added to choose states and quit;
  10.     Tooltype: SMALL=<what> where what is YES or NO, determines initial state.
  11.     When memsnap is small, clicking in snapshot gadget makes it large.
  12.  
  13.     MemSnapII is really neat when started small with a small font, as a small
  14.     memory monitor. The small font tracers_bold is included for use.
  15.  
  16.  
  17.     MemSnap version 1.1 (2/93)
  18.     --------------------------
  19.  
  20.     Updates to MemSnap 1.0:
  21.  
  22.     Now defaults to using topaz font. Font may be specified by tooltypes:
  23.  
  24.         FONTNAME=<name>        e.g. FONTNAME=courier.font
  25.         FONTHEIGHT=<size>    e.g. FONTHEIGHT=15
  26.  
  27.     (Note: font will be scaled to size if given size doesn't exist).
  28.     Can use tooltypes also to specify where window opens:
  29.  
  30.         LEFTEDGE=<num>
  31.         TOPEDGE=<num>
  32.  
  33.     You can use Lens or something to determine preferred position of
  34.     window to set in tooltypes.
  35.  
  36.         All these changes can only be used if starting from Workbench; so, if
  37.     starting MemSnap at bootup, shove it into WBStartup.
  38.  
  39.  
  40.     MemSnap version 1.0 (3/92)
  41.     --------------------------
  42.  
  43.     Nothing new here, this is based upon a program called Memeter that
  44.     I often used under 1.3, but that program crashed under my ZKicked 2.0,
  45.     so I've written this to fill the gap. This only runs under 2.0.
  46.  
  47.     It's use (apart from telling you free memory) is to indicate what
  48.     memory a program uses, and whether it frees all its memory.
  49.  
  50.     It can be started from Workbench or CLI, and takes no arguments.
  51.     It opens up a window with three columns, showing chip, fast and total
  52.     memory.
  53.  
  54.     Under "Current" is the current amount of free memory.
  55.     Under "Snapshot" is memory available at time of snapshot.
  56.     Under "Used" is memory used since snapshot, ie. snapshot - used.
  57.  
  58.     To snapshot memory, click anywhere on the line containing the
  59.     column headings.
  60.  
  61.     Quick example:
  62.         Start memsnap.
  63.         Open drawer containing clock and snapshot current memory.
  64.         Start Clock program.
  65.             ...    on my system it uses about 43K
  66.         Close down clock program.
  67.         See if "used" column is empty ( => nothing used since snapshot).
  68.  
  69.     Other features: (first two defunct in MemSnapII)
  70.         *    Iconifies with zoom gadget.
  71.         *    Uses screen font as set in preferences (and so hopefully copes
  72.          with all fonts). Proportional fonts may or may not look right.
  73.         *    Has a version string (wow!).
  74.         *    It's small, FREE, and comes with it's C source.
  75.  
  76.     This is my first attempt at OS2-friendly programming. Thanks to
  77.     author of the original memeter, WallyWare(!?).
  78.  
  79.     You can pass on bug-reports, praise etc. to me by email at
  80.  
  81.         mws@castle.ed.ac.uk
  82.  
  83.     or by postal mail at
  84.  
  85.         Martin W. Scott
  86.         23 Drum Brae North
  87.         Edinburgh
  88.         EH4 8AT
  89.         United Kingdom
  90.  
  91.     Enjoy.
  92.